home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / 172btxt.zip / ZIP.HLP < prev   
Text File  |  1989-03-04  |  1KB  |  30 lines

  1.           ZIP Files - What They are and How to Use Them
  2.  
  3.   ZIPed files are basically normal files that are put together
  4.   in one file and compressed in size at the same time.  The
  5.   reason many files are put together is that they are related
  6.   and form a system that would be incomplete if any were missing.
  7.   They are compressed to save disk space.
  8.  
  9.   ZIPed files are very popular on bulletin boards because callers
  10.   have to download only one file to get all they need and because
  11.   the compression reduces transmission time.
  12.  
  13.   For example, you might have:
  14.  
  15.  documentation  HELP.DOC  12,000 bytes \  (ZIPing)
  16.  main program   HELP.COM  35,000 bytes  --arced to -> HELP.ZIP 31,000 bytes
  17.  sample data    HELP.DAT   2,000 bytes /
  18.                                  ------
  19.                                  49,000 bytes squeezed to 31,000
  20.  
  21. After you get an ZIP file, you must "un-ZIP" the files,
  22. which will separate the compononents and un-compress them.
  23.  
  24. Good decompressors are PKZ090.EXE (by Phil Katz)
  25. The basic format for de-arcing an arced file <arcfile> is
  26.  
  27.             PKUNZIP <ZIP File>
  28.  
  29. e.g.  PKUNZIP HELP  to de-arc  HELP.ZIP.
  30.